Jump1Text
Declaration Description See Also Example

Declaration

property Jump1Text : String;

Description

This property defines the text that will appear on the Jump1 button in the toolbar if a Tri-Pane window is used and the Jump1Button property is set to true.

Example

EmbeddedHtmlHelp1.TriPane := True;
EmbeddedHtmlHelp1.Jump1Button := True;
EmbeddedHtmlHelp1.Jump1Text := 'HyperAct';
EmbeddedHtmlHelp1.Jump1Url := 'http://www.hyperact.com/';

See Also

TEmbeddedHtmlHelp


©Copyright 1997, HyperAct, Inc.